fix(release): update changelog model to claude-sonnet-4-6#206
Merged
Conversation
claude-sonnet-4-20250514 reached end-of-life (2026-06-15) and now returns 404 not_found_error, so release-prepare's changelog step failed. Point it at the current Sonnet (claude-sonnet-4-6). messages.create shape is unchanged.
Contributor
|
🎉 PR Validation ✅ PASSED Commit: Checks:
Ready to merge! ✨ 🔗 View workflow run |
Merged
vreshch
added a commit
that referenced
this pull request
Jun 26, 2026
## Release v0.0.2 First **publishable** build of the Memory-client CLI. `0.0.1` was unpublished and is permanently burned on npm, so this is the version that ships. ### What's in it - `agentage setup` (OAuth 2.1 + PKCE + DCR sign-in) and `agentage status` - verified working end-to-end against dev. - Release-pipeline repairs (#205 `@anthropic-ai/sdk` devDep, #206 live changelog model) that unblock publishing. ### On merge Merging this (commit subject `Release v0.0.2`) trips the publish gate -> `publish.yml` -> `@agentage/cli@0.0.2` on npm -> `npx @agentage/cli setup` works. > Note: this PR was created manually because `release-prepare`'s PR-authoring step failed on an **expired `RELEASE_PAT`/`PAT_TOKEN`** (HTTP 401). Rotate that secret to restore the automated release flow. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
After #205 fixed the missing dependency,
release-prepare's changelog step stillfailed — the pinned model
claude-sonnet-4-20250514reached end-of-life on2026-06-15 and the API now returns
404 not_found_errorfor it.What
claude-sonnet-4-6.messages.createshape is unchanged; one-line swap.Unblocks: re-run
release-prepare->0.0.2PR (Claude-generated changelog) -> merge -> publish.